home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 10868 / 10868.xpi / chrome / sync.jar / content / notification.css < prev    next >
Cascading Style Sheet File  |  2010-02-02  |  1KB  |  45 lines

  1. treechildren::-moz-tree-image(container, OrganizerQuery_MobileBookmarks) {
  2.   list-style-image: url(chrome://weave/skin/mobile-icon.png);
  3. }
  4.  
  5. #openRemoteTabs-button {
  6.   list-style-image: url(chrome://weave/skin/weave-default-64.png);
  7. }
  8. #openRemoteTabs-button:not([disabled]):hover:active {
  9.   list-style-image: url(chrome://weave/skin/weave-active-64.png);
  10. }
  11. #openRemoteTabs-button[disabled] {
  12.   list-style-image: url(chrome://weave/skin/weave-disabled-64.png);
  13. }
  14.  
  15. #sync-notifications-box {
  16.   -moz-binding: url("chrome://weave/content/notification.xml#notificationbox");
  17.   width: 30em;
  18.   height: 30em;
  19.   overflow: auto;
  20. }
  21.  
  22. #sync-notifications-box notification {
  23.   -moz-binding: url("chrome://weave/content/notification.xml#notification");
  24. }
  25.  
  26. #sync-notifications-box .messageImage {
  27.   width: 24px;
  28.   height: 24px;
  29.   padding: 3px;
  30. }
  31.  
  32. /* Default icons for notifications */
  33.  
  34. #sync-notifications-box notification[type="info"] .messageImage {
  35.   list-style-image: url("chrome://global/skin/icons/information-24.png");
  36. }
  37.  
  38. #sync-notifications-box notification[type="warning"] .messageImage {
  39.   list-style-image: url("chrome://global/skin/icons/warning-24.png");
  40. }
  41.  
  42. #sync-notifications-box notification[type="critical"] .messageImage {
  43.   list-style-image: url("chrome://global/skin/icons/error-24.png");
  44. }
  45.